2.4:
    * Added a SetColumnsToRepeatAtLeft method to the 
      ExcelExporterSheet class.
    * Added a SetRowsToRepeatAtTop method to the 
      ExcelExporterSheet class.
    * Added a Formula property to the ExcelExporterCell 
      class.

2.3:
    * Added a FooterLeft property to the ExcelExporterSheet class.
    * Added a FooterCenter property to the ExcelExporterSheet class.
    * Added a FooterRight property to the ExcelExporterSheet class.
    * Added a HeaderLeft property to the ExcelExporterSheet class.
    * Added a HeaderCenter property to the ExcelExporterSheet class.
    * Added a HeaderRight property to the ExcelExporterSheet class.
    * Added a TimeMacro function to the ExcelExporterSheet class.
    * Added a DateMacro function to the ExcelExporterSheet class.
    * Added a FileNameMacro function to the ExcelExporterSheet class.
    * Added a SheetNameMacro function to the ExcelExporterSheet class.
    * Added a PageNumberMacro function to the ExcelExporterSheet class.
    * Added a PageCountMacro function to the ExcelExporterSheet class.


2.2:
    * Added a Format property on the ExcelExporterStyle 
      class which is to determine how a numeric cell is formatted.
    * The ExcelExporter is now smarter when you write in cells 
      in columns that you have not defined then the exporter 
      will detect it and make sure it will still write out a 
      document that is valid.
    * Added a CellCount function on the ExcelExporterRow class. 
      (mostly for internal use)

2.1:
    * Added support for StyleGrid 8.3.

2.0:
    * Redesigned the kit to make the classes generic 
      Excel Exporters rather than only exporters for 
      the StyleGrid.
    * Changed the name to ExcelExporter.
    * Now the document can be modified after populating it 
      with a StyleGrid where text can be added, styles 
      changed, text can be rotated and other things.
    * Any data can now be exported without having any 
      relation to the StyleGrid.
    * Added lots of new properties such as for 
      example VerticalAlignment, Rotation and more.
    * Added two new example projects, one for non 
      StyleGrid related export and one for exporting a 
      StyleGrid and then tweaking the result.

1.3.2:
    * The exporter now forces UTF-8 if the content of the 
      Grid is not UTF-8 to prevent crash in the exporter 
      and to ensure better export.

1.3:
    * Added support for StyleGrid 7.7 and later.

1.2:
    * Added support to export multiple Grids to 
      multiple Worksheets within the same workbook.

1.1:
    * Fixed a problem where the first column was 
      getting exported with a solid white pattern 
      when it should have no pattern.
    * Added a DefineColumnNumeric method.
    * Added a PageLayoutView property.

1.0:
    * This is the first version.